projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd3e175
)
#undef SIGPOLL and SIGURG as well as SIGIO.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 19 Nov 1995 03:37:43 +0000
(
03:37
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 19 Nov 1995 03:37:43 +0000
(
03:37
+0000)
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index 1017e2dfe62404d9f47697565ba042d8db41725a..8d2278ec7e16df3ad5c568fb8f3b2d2c6d92681a 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-169,6
+169,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Here we assume that signal.h is already included. */
#ifdef emacs
#undef SIGIO
+/* Some versions of Linux define SIGURG and SIGPOLL as aliases for SIGIO.
+ This prevents lossage in process.c. */
+#undef SIGURG
+#undef SIGPOLL
#endif
/* This is needed for sysdep.c */